Release 10.1A: OpenEdge Development:
.NET Open Clients
Running a persistent procedure (OpenProcObject) on an OpenAppObject
Once you create your
Progress.Open4GL.Proxy.OpenAppObjectinstance, you can run any persistent procedure on the connected AppServer using the following method on theOpenAppObject:
procNameSpecifies the name of the procedure to run, including any path relative to the
PROPATHsetting for the AppServer.paramArraySpecifies a
Progress.Open4GL.Proxy.ParamArrayobject that holds the procedure parameters. For more information, see the "Setting up a parameter array" section.This method returns a
Progress.Open4GL.Proxy.OpenProcObjectwhich you will use to run internal procedures and user-defined functions provided by the persistent procedure.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |